home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / patches / xbs110.exe / README.TXT next >
Text File  |  1993-07-27  |  2KB  |  79 lines

  1. FIX: NEW XBASE DRIVER AVAILABLE THAT FIXES SEVERAL PROBLEMS   Q100514    
  2. Summary:
  3.  
  4. A new XBase IISAM driver XBS110.DLL version 1.00.0002 is available on
  5. CompuServe in Lib 1 of the MSBASIC forum in a file called XBS110.ZIP. This
  6. driver fixes several bugs (documented below). This is the same driver that
  7. is provided with Microsoft Access version 1.10.
  8.  
  9. More Information:
  10.  
  11. To get the version number of your XBase driver, peform these steps:
  12.  
  13. 1. Start File Manager
  14.  
  15. 2. Find the XBS110.DLL file, and select it. This file is usually located
  16.    in the WINDOWS\SYSTEM directory.
  17.  
  18. 3. From the File menu, choose Properties.
  19.  
  20. The item marked "Version:" is the XBase version number for XBS110.DLL.
  21.  
  22. Bugs Fixed by XBS110.DLL Version Number 1.00.0002
  23. -------------------------------------------------
  24. PROBLEM ID: 2186
  25.  
  26.     Relates to DBase III
  27.  
  28.     An update is allowed that violates unique index. Using the XB110.DLL
  29.     driver that shipped with Visual Basic, it is possible to add multiple
  30.     records that share the same unique index. The new version of the
  31.     driver does not allow you to update the database with a record that
  32.     contains the same unique index value as an existing record.
  33.  
  34. PROBLEM ID: 2390
  35.  
  36.     Relates to FoxPro 2.5
  37.  
  38.     A general protection (GP) fault occurs when updating the record
  39.     immediately preceding a record locked by another user. The GP fault
  40.     occurs in XBS110.DLL at 0002:11DA.
  41.  
  42. PROBLEM ID: 2418
  43.  
  44.     Relates to DBase III
  45.  
  46.     A unique index is corrupted after an update query. The symptom of
  47.     this problem is that the first 239 items in the table are not found.
  48.  
  49. PROBLEM ID: 2432
  50.  
  51.     Relates to DBase III, IV and Fox Pro 2.0, 2.5
  52.  
  53.     SeekEQ on NULL returns first non-null record when there are no NULL
  54.     records in the column.
  55.  
  56. PROBLEM ID: 2457
  57.  
  58.     Relates to: FoxPro 2.5
  59.  
  60.     Attempting to update a record results in a GP Fault in XBS110.DLL
  61.     at 0013:144A when the IDX index type is used.
  62.  
  63. PROBLEM ID: 2487
  64.  
  65.     Relates to FoxPro 2.5
  66.  
  67.     A GP fault in XBS110.DLL occurs at 001A:05F6 when using INSERT INTO on
  68.     the same table as the FROM clause uses -- that is, when copying records
  69.     from a table into itself.
  70.  
  71. PROBLEM ID: 2511
  72.  
  73.     Relates to FoxPro 2.0 and 2.5
  74.  
  75.     A GP fault in XBS110.DLL occurs at 0002:11DA when inserting the 98th
  76.     record in table that has one index.
  77.  
  78.  
  79.